home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _551BD9A1BA134B6BB8DACBB4CD773862 < prev    next >
Encoding:
Text File  |  2006-01-25  |  621 b   |  36 lines

  1. shader()
  2. {
  3.     cull("cw")
  4.     sortweight("preblended")
  5.     pass()
  6.     {
  7.         VertexShader("WaterRiver.vsh")
  8.         PixelShader("WaterRiver.psh")
  9.         tmu()
  10.         {
  11.             texture()
  12.             {
  13.                 Image3D("RiverNoise3D.dds")
  14.                 filtering("linear_mip_linear")
  15.             }
  16.         }
  17.         tmu()
  18.         {
  19.         }
  20.  
  21.         tmu()
  22.         {
  23.         }
  24.  
  25.         tmu()
  26.         {
  27.             Texture()
  28.             {
  29.                 Cubemap(%worldcubemapfile)
  30.             }
  31.         }
  32.         blendfunc("inv_dest_alpha", "dest_alpha")
  33.         depthfunc("lequal", 0)
  34.     }
  35. }
  36.